0:00–0:10
Recap
0:10–0:35
Lecture
0:35–1:45
Lab 8-B
1:45–1:55
Bonus
1:55–2:00
Debrief
0:00 – 0:10Recap · 10 min

Day 1 review — from preservation to discovery

0:10 – 0:35Lecture · 25 min

eDiscovery — cases, holds, searches, and exports

The eDiscovery workflow

Create case
Logical container for all discovery work — named after the matter
Place holds
Freeze mailboxes and SharePoint sites — prevents deletion even by retention policy
Run searches
KQL query across held locations — email, files, Teams, chat
Review results
Preview matched content in the compliance portal
Export
Production-ready package for legal review — PST + documents + manifest
FeatureeDiscovery StandardeDiscovery Premium
Case managementYesYes
Query-based search (KQL)YesYes
Legal holdsYesYes
Export to PST + native filesYesYes
Custodian managementNoYes
Near-duplicate detectionNoYes
Predictive coding / AI reviewNoYes
Licence requiredE3 / E5 (included)E5 or add-on
Instructor note: The most important concept to make concrete is the difference between a retention policy hold and a legal hold. Draw a timeline on the board: content created → retention period starts → 3 years pass → retention policy would delete → BUT legal hold is in place → deletion blocked. The legal hold is a separate mechanism that overrides the automatic deletion at the end of the retention period. Students who understand this distinction understand why legal holds are placed immediately when litigation is anticipated — before any retention period might expire.
0:35 – 1:45Guided lab · 70 min

Lab 8-B: eDiscovery case, legal hold, search, and export

Students assign the eDiscovery Manager role to their admin account, create a Standard eDiscovery case for the Lakeview Logistics Finance investigation, place Priya Nair's mailbox and the Finance SharePoint site on a legal hold, run a KQL search for Finance-related content, preview the results, and initiate an export.

eDiscovery operations are audited. Every action in an eDiscovery case — creating holds, running searches, initiating exports — is logged in the unified audit log. In a real legal matter, the audit trail of eDiscovery operations is itself discoverable. Perform only the actions directed by this lab.
The Week 7 incident connection: The search in Step 4 will surface the Payroll-Q4.docx file and any emails related to the Finance incident from Week 7. eDiscovery is the tool you would use in a real investigation following the incident response performed in the Week 7 assessment. The hold ensures no one can delete the evidence while the case is open.
1:45 – 1:55Bonus · 10 min

⭐ Bonus: Advanced KQL queries and eDiscovery Premium concepts

⭐ Bonus A — Advanced KQL search queries
  • In the case's Searches tab, create additional searches to practice KQL:
    · All emails with attachments sent externally in the last 30 days: hasattachment:true AND kind:email AND recipients:*@* NOT recipients:*@[yourdomain]*
    · All Teams messages mentioning a specific user: kind:im AND participants:priya.nair
    · All files modified in the last 7 days in Finance SharePoint: lastmodifiedtime>=2024-01-01 AND site:[finance site URL]
  • Run each search and record the result count. In your Lab Journal: what does the kind: operator do, and what values are available for it?
⭐ Bonus B — Place a query-less hold and compare
  • Create a second hold in the same case: Tom Bellamy — Full Mailbox Hold. This time, do NOT enter a query — leave the query field blank. This places an infinite hold on Tom's entire mailbox — every item, regardless of content.
  • Compare the estimated item count between Priya's query-based hold and Tom's query-less hold. Record the difference.
  • Lab Journal: when would you use a query-less hold (preserving everything) vs a query-based hold (preserving only relevant content)? What are the storage and management implications of each approach for a 200-user organisation?
1:55 – 2:00Debrief · 5 min

Reflection & preview

Learning outcomes — by end of Day 2, students can…

Assign eDiscovery rolesAdd the eDiscovery Manager role to an admin account in Purview Role groups
Create eDiscovery casesSet up a Standard eDiscovery case with name, number, and description
Place legal holdsCreate a query-based hold on a mailbox and SharePoint site within a case
Write KQL queriesConstruct keyword and date-range search queries for eDiscovery content search
Review search resultsInterpret statistics and preview matched content in the compliance portal
Initiate exportsConfigure and submit an eDiscovery export and explain the download process

What you need ready

purview.microsoft.com accessible Retention policies from Day 1 active Finance SharePoint site URL known Priya Nair's mailbox active with content Unified audit log enabled (from Lab 7-C)
Day 3 →Week 8 Overview